'Declaration Public Overloads Sub Tessellate( _ ByVal worldTransform As Nullable(Of Matrix3x2), _ ByVal flatteningTolerance As Single, _ ByVal tessellationSink As TessellationSink _ )
public void Tessellate( Nullable<Matrix3x2> worldTransform, float flatteningTolerance, TessellationSink tessellationSink )
Parameters
- worldTransform
- The transform to apply to this geometry, or NULL.
- flatteningTolerance
- The maximum bounds on the distance between points in the polygonal approximation of the geometry. Smaller values produce more accurate results but cause slower execution.
- tessellationSink
- The TessellationSink to which the tessellated is appended.
Return Value
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.